home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / print / s3init10.arj / INIT10.DOC < prev   
Text File  |  1994-01-08  |  4KB  |  99 lines

  1. Program:        S3 Printer Init Utility 
  2. Version:        1.0
  3. Date:           01/08/94
  4. Author:         George Spafford
  5.  
  6. Purpose:        To allow users to send printer initialization strings to a
  7.                 device while in DOS thus making use of printer functions not
  8.                 available in some programs, or just for the ease of it.
  9.  
  10. Install:        Put INIT.EXE in a directory that is included in your PATH
  11.                 statement in the AUTOEXEC.BAT or put it in the directory
  12.                 where you want it.
  13.  
  14. Usage:          INIT device: aaa bbb ccc . . .
  15.  
  16.                 device:         This is where the command should be sent.
  17.                                 Acceptable Values are:
  18.                                 COM1:  COM2:  COM3:  COM4:
  19.                                 PRN:
  20.                                 LPT1:  LPT2:  LPT3:  LPT4:
  21.  
  22.                                 You must specify a device and include the
  23.                                 colon at the end of the name (:).
  24.  
  25.                 aaa bbb ccc     These are the ASCII values in decimal format
  26.                                 that you want to send to the specified device.
  27.                                 For example, ESCape is 27.
  28.                                 For many printers, the command for compressed
  29.                                 print is 27 15.  To disable compressed print,
  30.                                 the command is 27 18.
  31.  
  32. Examples:
  33.                 INIT LPT1:  27 15       Turns compressed printing on for the
  34.                                         device on LPT1: (assuming that the
  35.                                         device supports this command).
  36.  
  37.                 INIT LPT2:  27 18       Turns off compressed print for the
  38.                                         device on LPT2: (assuming that the
  39.                                         device supports this command).
  40.  
  41.                 Sample Useful Commands for Epson Printers:
  42.  
  43.                 27 120 1        Near Letter Quality Printing ON
  44.                 27 120 0        Near Letter Quality Printing OFF
  45.  
  46.                 27 69           Emphasized Printing ON
  47.                 27 70           Emphasized Printing OFF
  48.  
  49.                 Sample Useful Commands for Most Printers:
  50.  
  51.                 12              Form Feed
  52.  
  53.                 27 67 0 n       Page Length is "n" Inches
  54.                                 Epson:  n >= 1 and n <= 22
  55.                                 IBM:    n >= 1 and n <= 255
  56.  
  57.                 27 67 n         Page Length is "n" Lines
  58.                                 Epson:  n >= 1 and n <= 127
  59.                                 IBM:    n >= 1 and N <= 255
  60.  
  61.         You can find tons of commands in your printer manual.  The above
  62.         commands are just ones that I have had frequent questions about.
  63.  
  64.  
  65. Please Register:
  66.  
  67. S3 Printer Init is distributed as shareware.  It is not public domain.  If
  68. you find that it is a useful utility, please register it for $10 per copy.
  69. Please make payment in U.S. funds (Please do not send cash) to:
  70.  
  71.                 George Spafford
  72.                 3003 LakeShore Drive, #216
  73.                 St. Joseph, MI 49085
  74.         
  75.     I can also be contacted via E-Mail on EXEC-PC and Channel-1.
  76.  
  77. THE S3 PRINTER INIT PACKAGE IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE
  78. SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT
  79. NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
  80. PURPOSE, WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  81. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS,
  82. OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  83. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  84.  
  85. EPSON AND IBM ARE TRADEMARKS OF THE RESPECTIVE COMPANIES.
  86. -----------------------------------------------------------------------
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.